[INFO] cloning repository https://github.com/tkzcfc/npipe
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/tkzcfc/npipe" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftkzcfc%2Fnpipe", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftkzcfc%2Fnpipe'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] a0611ba16e99238c6ba76aa641fefa32726b9baf
[INFO] testing tkzcfc/npipe against try#0abe69e6c16114311cc2700e972492e64d69c28f for pr-154065
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftkzcfc%2Fnpipe" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/tkzcfc/npipe
[INFO] finished tweaking git repo https://github.com/tkzcfc/npipe
[INFO] tweaked toml for git repo https://github.com/tkzcfc/npipe written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/tkzcfc/npipe on toolchain 0abe69e6c16114311cc2700e972492e64d69c28f
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/tkzcfc/npipe already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] f94accfcd20f91ba7c9a3cfadba1af8b3be731163fbf594b14533d8ff4c480c7
[INFO] running `Command { std: "docker" "start" "-a" "f94accfcd20f91ba7c9a3cfadba1af8b3be731163fbf594b14533d8ff4c480c7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f94accfcd20f91ba7c9a3cfadba1af8b3be731163fbf594b14533d8ff4c480c7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f94accfcd20f91ba7c9a3cfadba1af8b3be731163fbf594b14533d8ff4c480c7", kill_on_drop: false }`
[INFO] [stdout] f94accfcd20f91ba7c9a3cfadba1af8b3be731163fbf594b14533d8ff4c480c7
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 768e83d3af0e71de4438bf234d25f1fb7c6ab6d877b94b0945e3c22d905ae57f
[INFO] running `Command { std: "docker" "start" "-a" "768e83d3af0e71de4438bf234d25f1fb7c6ab6d877b94b0945e3c22d905ae57f", kill_on_drop: false }`
[INFO] [stderr]    Compiling zerocopy v0.8.30
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling signal-hook-registry v1.4.7
[INFO] [stderr]    Compiling mio v1.1.0
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]    Compiling zerocopy-derive v0.8.30
[INFO] [stderr]    Compiling zeroize_derive v1.4.2
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]    Compiling dunce v1.0.5
[INFO] [stderr]    Compiling foldhash v0.2.0
[INFO] [stderr]    Compiling aws-lc-rs v1.15.1
[INFO] [stderr]    Compiling spin v0.9.8
[INFO] [stderr]    Compiling icu_normalizer v2.1.1
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling cc v1.2.47
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling hashbrown v0.16.1
[INFO] [stderr]    Compiling tracing-attributes v0.1.30
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling inout v0.1.4
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]    Compiling sha1 v0.10.6
[INFO] [stderr]    Compiling cipher v0.4.4
[INFO] [stderr]    Compiling tokio v1.48.0
[INFO] [stderr]    Compiling rand_core v0.9.3
[INFO] [stderr]    Compiling lazy_static v1.5.0
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling zeroize v1.8.2
[INFO] [stderr]    Compiling time-macros v0.2.24
[INFO] [stderr]    Compiling log v0.4.28
[INFO] [stderr]    Compiling aes v0.8.4
[INFO] [stderr]    Compiling ctr v0.9.2
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling aead v0.5.2
[INFO] [stderr]    Compiling rustls-pki-types v1.13.0
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling rustls v0.23.35
[INFO] [stderr]    Compiling indexmap v2.12.1
[INFO] [stderr]    Compiling hkdf v0.12.4
[INFO] [stderr]    Compiling itertools v0.12.1
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling universal-hash v0.5.1
[INFO] [stderr]    Compiling socket2 v0.5.10
[INFO] [stderr]    Compiling cmake v0.1.54
[INFO] [stderr]    Compiling bigdecimal v0.4.9
[INFO] [stderr]    Compiling rust_decimal v1.39.0
[INFO] [stderr]    Compiling num-rational v0.4.2
[INFO] [stderr]    Compiling polyval v0.6.2
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling getrandom v0.1.16
[INFO] [stderr]    Compiling der v0.7.10
[INFO] [stderr]    Compiling derive_more-impl v2.0.1
[INFO] [stderr]    Compiling http v0.2.12
[INFO] [stderr]    Compiling crossbeam-queue v0.3.12
[INFO] [stderr]    Compiling regex-lite v0.1.8
[INFO] [stderr]    Compiling tracing-core v0.1.34
[INFO] [stderr]    Compiling arrayvec v0.7.6
[INFO] [stderr]    Compiling aws-lc-sys v0.34.0
[INFO] [stderr]    Compiling zstd-sys v2.0.16+zstd.1.5.7
[INFO] [stderr]    Compiling s2n-tls-sys v0.3.30
[INFO] [stderr]    Compiling s2n-tls v0.3.30
[INFO] [stderr]    Compiling rustix v1.1.2
[INFO] [stderr]    Compiling prost-derive v0.12.6
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling rand_core v0.5.1
[INFO] [stderr]    Compiling ghash v0.5.1
[INFO] [stderr]    Compiling spki v0.7.3
[INFO] [stderr]    Compiling deranged v0.5.5
[INFO] [stderr]    Compiling bitflags v2.10.0
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling s2n-codec v0.69.0
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling actix-utils v3.0.1
[INFO] [stderr]    Compiling url v2.5.7
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling chrono v0.4.42
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling uuid v1.18.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling rand v0.9.2
[INFO] [stderr]    Compiling s2n-quic-core v0.69.0
[INFO] [stderr]    Compiling hashbrown v0.15.5
[INFO] [stderr]    Compiling bytestring v1.5.0
[INFO] [stderr]    Compiling time v0.3.44
[INFO] [stderr]    Compiling concurrent-queue v2.5.0
[INFO] [stderr]    Compiling errno v0.3.14
[INFO] [stderr]    Compiling actix-service v2.0.3
[INFO] [stderr]    Compiling cookie v0.16.2
[INFO] [stderr]    Compiling num-bigint-dig v0.8.6
[INFO] [stderr]    Compiling prettyplease v0.2.37
[INFO] [stderr]    Compiling libsqlite3-sys v0.30.1
[INFO] [stderr]    Compiling event-listener v5.4.1
[INFO] [stderr]    Compiling actix-router v0.5.3
[INFO] [stderr]    Compiling derive_more v2.0.1
[INFO] [stderr]    Compiling hashlink v0.10.0
[INFO] [stderr]    Compiling prost v0.12.6
[INFO] [stderr]    Compiling regex-automata v0.4.13
[INFO] [stderr]    Compiling rand_chacha v0.2.2
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling pkcs8 v0.10.2
[INFO] [stderr]    Compiling aes-gcm v0.10.3
[INFO] [stderr]    Compiling local-channel v0.1.5
[INFO] [stderr]    Compiling num-iter v0.1.45
[INFO] [stderr]    Compiling tokio-util v0.7.17
[INFO] [stderr]    Compiling actix-rt v2.11.0
[INFO] [stderr]    Compiling tokio-stream v0.1.17
[INFO] [stderr]    Compiling futures-intrusive v0.5.0
[INFO] [stderr]    Compiling dbl v0.3.2
[INFO] [stderr]    Compiling virtue v0.0.18
[INFO] [stderr]    Compiling s2n-quic-platform v0.69.0
[INFO] [stderr]    Compiling base64 v0.20.0
[INFO] [stderr]    Compiling cmac v0.7.2
[INFO] [stderr]    Compiling petgraph v0.6.5
[INFO] [stderr]    Compiling actix-web-codegen v4.3.0
[INFO] [stderr]    Compiling h2 v0.3.27
[INFO] [stderr]    Compiling actix-codec v0.5.2
[INFO] [stderr]    Compiling sqlx-core v0.8.6
[INFO] [stderr]    Compiling bincode_derive v2.0.1
[INFO] [stderr]    Compiling actix-server v2.6.0
[INFO] [stderr]    Compiling pkcs1 v0.7.5
[INFO] [stderr]    Compiling intrusive-collections v0.9.7
[INFO] [stderr]    Compiling tempfile v3.23.0
[INFO] [stderr]    Compiling prost-types v0.12.6
[INFO] [stderr]    Compiling rand v0.7.3
[INFO] [stderr]    Compiling unicode-normalization v0.1.25
[INFO] [stderr]    Compiling futures v0.3.31
[INFO] [stderr]    Compiling atoi v2.0.0
[INFO] [stderr]    Compiling signature v2.2.0
[INFO] [stderr]    Compiling actix-macros v0.2.4
[INFO] [stderr]    Compiling proc-macro2-diagnostics v0.10.1
[INFO] [stderr]    Compiling regex v1.12.2
[INFO] [stderr]    Compiling multimap v0.10.1
[INFO] [stderr] error: could not compile `s2n-quic-core` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/0abe69e6c16114311cc2700e972492e64d69c28f/bin/rustc --crate-name s2n_quic_core --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/s2n-quic-core-0.69.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(feature, values("thiserror"))' --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(loom)' --check-cfg 'cfg(kani)' --check-cfg 'cfg(kani_slow)' --check-cfg 'cfg(target_pointer_width, values("8", "128"))' --cfg 'feature="alloc"' --cfg 'feature="atomic-waker"' --cfg 'feature="bytes"' --cfg 'feature="crossbeam-utils"' --cfg 'feature="default"' --cfg 'feature="once_cell"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "atomic-waker", "bolero-generator", "branch-tracing", "bytes", "checked-counters", "crossbeam-utils", "default", "event-tracing", "futures-test", "generator", "insta", "once_cell", "probe-tracing", "state-tracing", "std", "testing", "tracing", "unstable-congestion-controller", "unstable-limits", "usdt"))' -C metadata=a2c52d87169cee8c -C extra-filename=-8f2fbab6642983b9 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern atomic_waker=/opt/rustwide/target/debug/deps/libatomic_waker-001109810bdecbaa.rmeta --extern byteorder=/opt/rustwide/target/debug/deps/libbyteorder-1efcbe4f07366651.rmeta --extern bytes=/opt/rustwide/target/debug/deps/libbytes-752d6eacdc0bb513.rmeta --extern cfg_if=/opt/rustwide/target/debug/deps/libcfg_if-5af52f617df93f8f.rmeta --extern crossbeam_utils=/opt/rustwide/target/debug/deps/libcrossbeam_utils-bddddcad4a4551ea.rmeta --extern hex_literal=/opt/rustwide/target/debug/deps/libhex_literal-8878a654be8cbe3b.rmeta --extern num_rational=/opt/rustwide/target/debug/deps/libnum_rational-3706c89e0fc41ca1.rmeta --extern num_traits=/opt/rustwide/target/debug/deps/libnum_traits-d133e794535a9563.rmeta --extern once_cell=/opt/rustwide/target/debug/deps/libonce_cell-0ba6aecba7086d38.rmeta --extern pin_project_lite=/opt/rustwide/target/debug/deps/libpin_project_lite-bedc6e0acd72ff2a.rmeta --extern s2n_codec=/opt/rustwide/target/debug/deps/libs2n_codec-233c55f904f19d68.rmeta --extern subtle=/opt/rustwide/target/debug/deps/libsubtle-6ff5d44cdfa0bfdf.rmeta --extern zerocopy=/opt/rustwide/target/debug/deps/libzerocopy-bac2c0dba8ae57b6.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "768e83d3af0e71de4438bf234d25f1fb7c6ab6d877b94b0945e3c22d905ae57f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "768e83d3af0e71de4438bf234d25f1fb7c6ab6d877b94b0945e3c22d905ae57f", kill_on_drop: false }`
[INFO] [stdout] 768e83d3af0e71de4438bf234d25f1fb7c6ab6d877b94b0945e3c22d905ae57f
